home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 September / macformat-094.iso / MacFormat CD / MacFormatInternet / Internal_2.ls < prev    next >
Encoding:
Text File  |  2000-07-21  |  176 b   |  9 lines

  1. on exitFrame me
  2.   global gAdvertCounter, gAdvertDelay
  3.   gAdvertCounter = gAdvertCounter + 1
  4.   if gAdvertCounter = gAdvertDelay then
  5.     AdChange()
  6.   end if
  7.   go(the frame)
  8. end
  9.